home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / console / svgatext.3 / svgatext / SVGATextMode-1.3 / XFREE / common_hw / CirrusClk.h < prev    next >
Encoding:
Text File  |  1995-10-29  |  368 b   |  15 lines

  1. /* $XConsortium: CirrusClk.h,v 1.2 95/01/27 14:46:39 kaleb Exp $ */
  2. /* $XFree86: xc/programs/Xserver/hw/xfree86/common_hw/CirrusClk.h,v 3.1 1995/01/28 15:58:09 dawes Exp $ */
  3.  
  4. int CirrusFindClock( 
  5. #if NeedFunctionPrototypes
  6.    int freq, int *num_out, int *den_out, int *usemclk_out
  7. #endif
  8. );     
  9.  
  10. int CirrusSetClock(
  11. #if NeedFunctionPrototypes
  12.    int freq
  13. #endif
  14. );
  15.